.c_complaintPage_detail-01001 {
	position: absolute;
	width: 890px;
	height: 680px;
	overflow: hidden;
}

.c_complaintPage_detail-01001 .p_complaintPageDetails {
	width: inherit;
	height: auto;
	white-space: normal;
	background: transparent;
}

.c_complaintPage_detail-01001 .p_articles {
	width: inherit;
	height: auto;
	font-size: 14px;
	line-height: 21px;
	color: #656565;
}

.c_ebizads_banner-49001 {
	position: absolute;
	width: 400px;
	height: 200px;
	overflow: hidden
}

#banner ul,
#banner li,
#banner h3 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner {
	width: 100%;
	height: 950px;
	overflow: hidden;
	position: relative;
}

#banner .cb-slideshow,
#banner .cb-slideshow:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#banner .cb-slideshow:after {
	content: '';
	background: transparent url(/images/images/pattern.png) repeat top left;
}

#banner .cb-slideshow li span {
	width: 1920px;
	height: 950px;
	position: absolute;
	top: 0px;
	left: 50%;
	color: transparent;
	margin-left: -960px;
	opacity: 0;
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-webkit-animation: imageAnimation 18s linear infinite 0s;
	-moz-animation: imageAnimation 18s linear infinite 0s;
	-o-animation: imageAnimation 18s linear infinite 0s;
	-ms-animation: imageAnimation 18s linear infinite 0s;
	animation: imageAnimation 18s linear infinite 0s;
}

#banner .cb-slideshow li div {
	z-index: 1000;
	position: absolute;
	bottom: 30px;
	right: 10%;
	width: 30%;
	text-align: center;
	opacity: 0;
	-webkit-animation: titleAnimation 18s linear infinite 0s;
	-moz-animation: titleAnimation 18s linear infinite 0s;
	-o-animation: titleAnimation 18s linear infinite 0s;
	-ms-animation: titleAnimation 18s linear infinite 0s;
	animation: titleAnimation 18s linear infinite 0s;
}

#banner .cb-slideshow li div h3 {
	font-size: 120px;
	font-weight: bold;
	line-height: 200px;
	color: rgba(51, 51, 0, 0.6);
	font-family: DIN Light;
}

#banner .cb-slideshow li:nth-child(1) span {}

#banner .cb-slideshow li:nth-child(2) span {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

#banner .cb-slideshow li:nth-child(3) span {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}

#banner .cb-slideshow li:nth-child(2) div {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-o-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;
}

#banner .cb-slideshow li:nth-child(3) div {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-o-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
}


/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation {
	0% {
		opacity: 0;
		-webkit-animation-timing-function: ease-in;
	}
	16% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-webkit-animation-timing-function: ease-out;
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes imageAnimation {
	0% {
		opacity: 0;
		-moz-animation-timing-function: ease-in;
	}
	16% {
		opacity: 1;
		-moz-transform: scale(1.05);
		-moz-animation-timing-function: ease-out;
	}
	34% {
		opacity: 1;
		-moz-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-moz-transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}

@-o-keyframes imageAnimation {
	0% {
		opacity: 0;
		-o-animation-timing-function: ease-in;
	}
	16% {
		opacity: 1;
		-o-transform: scale(1.05);
		-o-animation-timing-function: ease-out;
	}
	34% {
		opacity: 1;
		-o-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-o-transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}

@-ms-keyframes imageAnimation {
	0% {
		opacity: 0;
		-ms-animation-timing-function: ease-in;
	}
	16% {
		opacity: 1;
		-ms-transform: scale(1.05);
		-ms-animation-timing-function: ease-out;
	}
	34% {
		opacity: 1;
		-ms-transform: scale(1.1);
	}
	50% {
		opacity: 0;
		-ms-transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}

@keyframes imageAnimation {
	0% {
		opacity: 0;
		animation-timing-function: ease-in;
	}
	16% {
		opacity: 1;
		transform: scale(1.05);
		animation-timing-function: ease-out;
	}
	34% {
		opacity: 1;
		transform: scale(1.1);
	}
	50% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 0
	}
}


/* Animation for the title */

@-webkit-keyframes titleAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(200px);
	}
	16% {
		opacity: 1;
		-webkit-transform: translateY(0px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
	38% {
		opacity: 0
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(10);
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes titleAnimation {
	0% {
		opacity: 0;
		-moz-transform: translateY(200px);
	}
	16% {
		opacity: 1;
		-moz-transform: translateY(0px);
	}
	34% {
		opacity: 1;
		-moz-transform: scale(1);
	}
	38% {
		opacity: 0
	}
	50% {
		opacity: 0;
		-moz-transform: scale(10);
	}
	100% {
		opacity: 0
	}
}

@-o-keyframes titleAnimation {
	0% {
		opacity: 0;
		-o-transform: translateY(200px);
	}
	16% {
		opacity: 1;
		-o-transform: translateY(0px);
	}
	34% {
		opacity: 1;
		-o-transform: scale(1);
	}
	38% {
		opacity: 0
	}
	50% {
		opacity: 0;
		-o-transform: scale(10);
	}
	100% {
		opacity: 0
	}
}

@-ms-keyframes titleAnimation {
	0% {
		opacity: 0;
		-ms-transform: translateY(200px);
	}
	16% {
		opacity: 1;
		-ms-transform: translateY(0px);
	}
	34% {
		opacity: 1;
		-ms-transform: scale(1);
	}
	38% {
		opacity: 0
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(10);
	}
	100% {
		opacity: 0
	}
}

@keyframes titleAnimation {
	0% {
		opacity: 0;
		transform: translateY(200px);
	}
	16% {
		opacity: 1;
		transform: translateY(0px);
	}
	34% {
		opacity: 1;
		transform: scale(1);
	}
	38% {
		opacity: 0
	}
	50% {
		opacity: 0;
		transform: scale(10);
	}
	100% {
		opacity: 0
	}
}


/* Show at least something when animations not supported */

.no-cssanimations .cb-slideshow li span {
	opacity: 1;
}

@media screen and (max-width: 1140px) {
	.cb-slideshow li div h3 {
		font-size: 100px
	}
}

@media screen and (max-width: 600px) {
	.cb-slideshow li div h3 {
		font-size: 50px
	}
}


/*e_ContentMajorStyleBox-001*/

.e_ContentMajorStyleBox-001 {
	/* position: absolute;*/
	width: 100%;
	height: auto;
	width-uint: %;
}


/*stylebox_top*/


/*stylebox_link*/

.e_ContentMajorStyleBox-001 .stylebox_link {
	color: #666666;
	font-size: 14px;
	height: inherit;
	display: table;
	padding: 0 15px;
	border-width: 0px;
	float: right;
	vertical-align: middle;
	margin-right: 15px;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
	width: auto;
	height: 40px;
	background-color: rgba(101, 190, 186, 1);
}

.e_ContentMajorStyleBox-001 .title_icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	margin-right: 10px;
	font-size: medium;
}

.e_ContentMajorStyleBox-001 .title_icon::before {
	content: "";
}

.e_ContentMajorStyleBox-001 .title_main {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	font-weight: normal;
	font-size: 16px;
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.e_ContentMajorStyleBox-001 .title_sub {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

.e_ContentMajorStyleBox-001 .stylebox_title {
	display: inline-block;
	width: auto;
	height: inherit;
	background-color: rgba(101, 190, 186, 1);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0;
	vertical-align: bottom;
	white-space: nowrap;
	padding-right: 22px;
	vertical-align: top;
}

.e_ContentMajorStyleBox-001 .stylebox_link a {
	color: inherit;
	display: table-cell;
	vertical-align: middle;
}

.e_ContentMajorStyleBox-001 .link_icon {
	display: inline-block;
	margin-left: 5px;
}

.e_ContentMajorStyleBox-001 .link_icon::before {
	content: '\e6af';
}

.e_ContentMajorStyleBox-001 .stylebox_top_line {
	height: 1px;
	background-color: rgba(240, 240, 240, 1);
}

.e_ContentMajorStyleBox-001 .stylebox_content {
	border-style: solid;
	border-width: 1px;
	border-color: #f0f0f0;
	width: 100%;
	width-uint: %;
}

.e_ContentMajorStyleBox-001 .stylebox_bottom_line {
	height: 1px;
	background-color: rgba(240, 240, 240, 1);
}

.e_AllWBox-001 {
	width: 490px;
	height: 39px;
	background-color: rgba(77, 144, 203, 1);
}

.w_wbox-001 .p_wbox {
	background-color: rgba(255, 255, 255, 1);
}

.w_bbox-001 .w_wbox-001 .p_wbox {
	margin-top: 20px;
}

.w_wbox-001 {
	position: absolute;
	width: 100%;
	height: 120px;
}


/*e_ContentOrdinaryStyleBox-001*/

.e_ContentOrdinaryStyleBox-001 {
	/* position: absolute;*/
	width: 100%;
	height: auto;
	width-uint: %;
}


/*stylebox_link*/

.e_ContentOrdinaryStyleBox-001 .stylebox_link {
	color: #666666;
	font-size: 14px;
	display: table;
	height: inherit;
	border-width: 0;
	float: right;
	vertical-align: middle;
	margin-right: 15px;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link:hover {
	color: rgba(101, 190, 186, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link:active {
	color: rgba(101, 190, 186, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_top {
	width: auto;
	height: 40px;
	background-color: transparent;
}

.e_ContentOrdinaryStyleBox-001 .title_icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	margin-right: 10px;
	font-size: medium;
}

.e_ContentOrdinaryStyleBox-001 .title_icon::before {
	content: "";
}

.e_ContentOrdinaryStyleBox-001 .title_main {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	font-weight: normal;
	font-size: 16px;
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.e_ContentOrdinaryStyleBox-001 .title_sub {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_title {
	display: inline-block;
	width: auto;
	height: inherit;
	background-color: rgba(101, 190, 186, 1);
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0;
	vertical-align: bottom;
	white-space: nowrap;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link a {
	color: inherit;
	display: table-cell;
	vertical-align: middle;
}

.e_ContentOrdinaryStyleBox-001 .link_icon {
	display: inline-block;
	margin-left: 5px;
}

.e_ContentOrdinaryStyleBox-001 .link_icon::before {
	content: '\e6af';
}

.e_ContentOrdinaryStyleBox-001 .stylebox_top_line {
	height: 1px;
	background-color: rgba(240, 240, 240, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_content {
	border-style: solid;
	border-width: 1px;
	border-color: #f0f0f0;
	width: 100%;
	width-uint: %;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_bottom_line {
	height: 1px;
	background-color: rgba(240, 240, 240, 1);
}

.c_news_list-11001001 {
	position: absolute;
	width: 400px;
	height: 200px;
	overflow: hidden !important;
}

#jwne {
	width: 1230px;
	overflow: hidden;
	font-family: å¾®è½¯é›…é»‘;
	margin: 0 auto;
}

#jwne ul,
#jwne li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#jwne ul {
	width: 1230px;
}

#jwne li {
	position: relative;
}

#jwne li {
	width: 780px;
	height: 120px;
	margin-top: 30px;
	margin-left: 15px;
}

#jwne li .img {
	width: 160px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
}

#jwne li .img a {
	width: 158px;
	height: 118px;
	overflow: hidden;
	display: block;
	border: 1px solid #dfdfdf;
}

#jwne li .img a:hover {
	border: 1px solid #039;
}

#jwne li .img a img {
	width: 158px;
	height: 118px;
	transition: all 0.6s;
}

#jwne li .img a:hover img {
	transform: scale(1.2);
}

#jwne li .time {
	display: none;
}

#jwne li .txt {
	position: absolute;
	left: 180px;
	top: 0;
	height: 120px;
}

#jwne li .txt h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: 100;
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}

#jwne li .txt h2 a {
	text-decoration: none;
	color: #333300;
	transition: all 0.6s;
	display: block;
}

#jwne li .txt h2 a:hover {
	color: #039;
}

#jwne li .txt h2:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 2px;
	background: #039;
	content: '';
	transition: all 1s;
}

#jwne li .txt h2:hover:before {
	width: 100%;
}

#jwne li .txt span {
	color: #999999;
	font-size: 14px;
	display: block;
	padding: 5px 0 0;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

#jwne li:nth-of-type(n+3) {
	width: 378px;
	height: 200px;
	margin: 80px 15px 15px;
	float: left;
	border: 1px solid #fff;
	background: #f4f4f4;
	box-shadow: 0 0 15px #ccc;
}

#jwne li:nth-of-type(n+3) .img {
	display: none;
}

#jwne li:nth-of-type(n+3) .time {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: -40px;
	background: #039;
	color: #fff;
	left: 25px;
}

#jwne li:nth-of-type(n+3) .time .tir {
	width: 50px;
	overflow: hidden;
	margin: 0 auto;
}

#jwne li:nth-of-type(n+3) .time .tir strong {
	font-size: 40px;
	display: block;
	width: 240px;
	/*margin-left: -182px;*/
}

#jwne li:nth-of-type(n+3) .time .tin {
	/*width: 73px;*/
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}

#jwne li:nth-of-type(n+3) .time .tin span {
	display: block;
	/*width: 100px;*/
	margin: 0 auto;
	font-size: 16px;
	/*width: 160px;*/
}

#jwne li:nth-of-type(n+3) .txt {
	width: 330px;
	left: 25px;
	top: 60px;
}

#jwne li:nth-of-type(n+3) .txt h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: 100;
	position: relative;
	display: block;
	line-height: 40px;
	height: 40px;
	width: 100%;
}

#jwne li:nth-of-type(n+3) .txt h2 a {
	text-decoration: none;
	color: #333300;
}

#jwne li:nth-of-type(n+3) .txt h2 a:hover {
	color: #039;
}

#jwne li:nth-of-type(n+3) .txt span {
	font-size: 13px;
	display: block;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.c_news_list-11001001 .p_articles {
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.c_news_list-11001001 .p_CommonSummaryBoxA {
	text-align: center;
}

.c_news_list-11001001 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

.c_news_list-11001001>div {
	animation-fill-mode: both;
}

.c_news_list-11001001 .p_page .pre .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}

.c_news_list-11001001 .p_page .next .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}

.c_news_list-11001001 .p_more .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}

.c_news_list-11001001 .p_loading .iconfont:before {
	shadow-angle: 0px;
	shadow-distance: 0px;
	shadow-angle-ofInset: 0px;
	shadow-distance-ofInset: 0px;
}

@CHARSET "UTF-8";

/*page property_start*/

.pagebox,
#-remove--flag {
	width: 1200px;
	margin: 0px auto;
}


/*page property_end*/


/*page property_start*/

body,
#-remove--flag {
	overflow-x: hidden !important;
}


/*page property_end*/

#c_complaintPage_detail-15078645431390605 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_complaintPage_detail-15078645431390605 {
	position: absolute;
	top: 700px;
	left: 1px;
	z-index: 108;
	width: 1200px;
	height: 724px;
}

#c_complaintPage_detail-15082348936360118 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_complaintPage_detail-15082348936360118 {
	position: absolute;
	top: 0px;
	left: 237px!important;
	z-index: 1;
	width: 1440px;
	height: 922px;
}

#c_complaintPage_detail-15082350938021399 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_complaintPage_detail-15082350938021399 {
	position: absolute;
	top: 3405px;
	left: 843px;
	z-index: 107;
	width: 317px;
	height: 286px;
}

#c_news_list-15082350585738669 {
	position: absolute;
	top: 3436px;
	left: -14px;
	z-index: 106;
	width: 1230px;
	height: 598px;
}

#c_ebizads_banner-15093452044411505 {
	position: absolute;
	top: 0px;
	left: -360px;
	z-index: 102;
	width: 1920px;
	height: 730px;
}

#c_complaintPage_detail-15095903836754720 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#c_complaintPage_detail-15095903836754720 {
	position: absolute;
	top: 0px;
	left: 90px!important;
	z-index: 1;
	width: 1300px;
	height: 1090px;
}

#w_wbox-1509590677766 .p_wbox {
	background-image: url(../img/jwcpbg.jpg);
	background-image-part-image: url(img/jwcpbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#w_wbox-1509590677766 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#w_wbox-1509590677766>div {
	animation-fill-mode: both;
}

#w_wbox-1508234860195 .p_wbox {
	background-image: url(../img/sjbg.jpg);
	background-image-part-image: url(img/sjbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#w_wbox-1508234860195 .p_MatteIcon .iconfont:before {
	content: '\e602';
}

#w_wbox-1508234860195>div {
	animation-fill-mode: both;
}

#w_wbox-1509590677766 {
	position: absolute;
	top: 1411px;
	left: -357px;
	z-index: 100;
	width: 1914px;
	height: 1103px;
}

#w_wbox-1508234860195 {
	position: absolute;
	top: 2512px;
	left: -357px;
	z-index: 105;
	width: 1914px;
	height: 879px;
}

#jump{position:fixed;left:50%;margin-left:510px;width:90px;z-index:400;_position:absolute;_top:expression(documentElement.scrollTop + "px");}
#jump li{
	display: inline-block;
}
#top,#share,#reply,#qq,#ceping,#weixin{display:block;width:40px;height:42px;cursor:pointer;}
#qq{background:url(../img/qq.png) repeat scroll 0% 0% transparent;}
#weixin{background:url(../img/vx.png) repeat scroll 0% 0% transparent;}
/*#sina:hover{background:url(../img/qq.png) repeat scroll 0% 0% transparent;}*/
#weixin:hover{background:url(../img/ewm.png) repeat scroll 0% 0% transparent;}
#EWM{ position:absolute; left:80px; display:none;}
#EWM img{ width:150px; height:150px;}